home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <meta HTTP-EQUIV="If-Modified-Since:Sun, 21 Mar 1999 10:29:02 GMT"> <link rel="stylesheet" type="text/css" href="css/rpmstyle.css"> <meta name="Microsoft Border" content="none"> <style> .WarningStyle { border: solid 1px ; overflow:none; background-color:activeborder; width:550; height:35} .WarningStyle { border-top-color:white; border-left-color:white; border-bottom-color:graytext; border-right-color:graytext; } .IntroSpecs { font-family: arial; font-size:8pt; font-weight:700; color:windowtext } .IntroSpecsLarge { font-family: arial; font-size:13pt; font-weight:700; color:windowtext } .PopUpBox { background-color:activeborder; position:absolute; margin:0; padding:0; border : solid thin; } .PopUpBox { border-top-color : #E0E0E0; border-left-color : #E0E0E0; border-bottom-color : #555555; border-right-color : #555555 } </style> </head> <body class="" language="JavaScript" RPMServerAddress="!BreakoutBot:ServerAddress!" RPMHostPort="!BreakoutBot:MonitorPort!" RPMHostIP="!BreakoutBot:MonitorIP!" RPMCollectorPort="!BreakoutBot:CollectorPort!" MServerAddr="!BreakoutBot:MServerIPAddr!" MServerName="!BreakoutBot:MServerName!" BOBDone="!BreakoutBot:Done!" bgproperties="fixed" onLoad="processOnLoad();" onunload="processUnload()" style="cursor:wait; background-color: activeborder" onkeydown="processBSP()" onclick="checkClick(); ClickReset()" > <script language="Javascript"> var Tid = null; var RTid = null; var WelcomeMode = false; // Capture and ignore script errors window.onerror = wwScrErr; function wwScrErr() { return true; } function WaitForControlsClose(){ document.all.WarningBox.style.display = "none"; top.Rstatus.StatWait.style.display = "none"; top.Rstatus.Pstat(""); document.body.style.cursor = "auto"; top.MainLoaded = true; // Flag that Main is now loaded } // Kludge to provide way out if top.MainLoaded gets set back to false function ClickReset() { if ( document.all.WarningBox.style.display == "none" ) { WaitForControlsClose(); } } var DelayCount = 0; // Process Load Complete function processOnLoad() { Tid = null; // reset if set document.body.RPMServerAddress = document.body.RPMHostIP; top.Rstatus.Pstat("Connecting to MonitorIT Server at: "+document.body.RPMServerAddress); // Wait until Banner, Menu and Tree pages are completed loading before proceeding if ( top.BannerLoaded == false || top.MenuLoaded == false || top.TreeLoaded == false ) { if ( ++DelayCount > 150 ) { // 7.5 seconds at 50ms delay document.all.WarningBox.style.display = ""; } Tid = setTimeout("processOnLoad()",50); // Not complete, delay 50 ms. then check again return; // exit and wait } document.title = top.banner.RpmIntroTitle; // Title for this Intro page WaitForControlsClose(); // Get current Page coordinates FakeBut.click(); // simulate event to call "savePageCoord(...)" // check if any error loading the required ActiveX controls var ObjectError = null; if ( top.CommObjectErrorFlag ) { ObjectError = "RPMCOMM"; } else if ( top.TreeObjectErrorFlag ) { ObjectError = "RPMTREE"; } else if ( top.OutlookObjectErrorFlag ) { ObjectError = "RPMOUTLOOK"; } else if ( top.MilObjectErrorFlag ) { ObjectError = "MonitorITLive"; } if ( ObjectError != null ) { alert("Required ActiveX Control '"+ObjectError+".OCX' did not load properly!\nUnable to continue loading MonitorIT."); top.GoExit(); return; } Hp = parseInt(document.body.RPMHostPort,10); RpmCC_IA.Connect(document.body.RPMHostIP,Hp, ""); var IEText = " Use IE from another PC and connect to this MonitorIT Server's built-in HTTP server (you do not need IIS or any other web software), using as the URL, "; IEText += "<A HREF='RpmIntro.asp'>http://"+document.body.MServerName+":"+(Hp-1)+"</A> "; IEText += " or <A HREF='RpmIntro.asp'>http://"+document.body.MServerAddr+":"+(Hp-1)+"</A> "; IEText += "for complete remote console access.<br>" IETip.insertAdjacentHTML("beforeEnd",IEText); processSizeChange(); } function processConnectConfirmed() { RpmCC_IA.GetLicenseCount(); // get Server license count } // Process Before Page Unload function processUnload() { if ( Tid != null ) { clearTimeout(Tid); // stop timeout routine } if ( RTid != null ) { clearTimeout(RTid); // stop timeout routine } if ( top.BannerLoaded == true ) { top.banner.CurrentPageName = null; top.banner.SetIntroFirstTime(false); } } function processNextSteps() { top.main.cleardoc(); top.main.ActionPane.window.location.href = "MonitorIT_NextSteps.htm"; top.document.title = "MonitorIT First-Time Steps Checklist"; } function processQuickStart() { top.main.cleardoc(); top.main.ActionPane.window.location.href = "MonitorIT_QuickStart.htm"; top.document.title = "MonitorIT Quick Start"; } var PuPW = "420px", PuPWu=420; function processSizeChange() { //PopUpContext Menu bCw = document.body.clientWidth; PopUpContextSize(bCw); // PopUp PuPLeft = (bCw-PuPWu)/2; PopUpConfirm.style.left = PuPLeft+"px"; PopUpConfirm.style.top = "20px"; PopUpConfirm.style.height = "230px"; PopUpConfirm.style.width = PuPW; } function processEvalContinue() { PopUpConfirm.style.display = "none"; } function PopUpContextOpen() { } function PopUpContextClose() { } </script> <script LANGUAGE="JavaScript" src="js/MiscFunc.js"></script> <script LANGUAGE="JavaScript" FOR="RpmCC_IA" EVENT="LicenseCount(ldata)"> <!-- var warr = new Array(); warr = ldata.split("~"); // parse the event data if ( warr.length >= 3 ) { // if OK if ( warr[2].indexOf("Eval") >= 0 ) { PopUpConfirm.style.display = ""; EvalExpire.innerText = warr[2]; vertype.innerHTML = "Evaluation Version<br>Expires on "+warr[2].substring(27,warr[2].length)+"<br>"; } else { vertype.innerHTML = "Licensed Version<br>Maximum "+warr[1]+" servers/devices<br>"; } vertype.style.display = ""; } //--> </script> <script LANGUAGE="JavaScript" FOR="window" EVENT="onresize()"> <!-- top.banner.savePageCoord(event,document.body,"RpmIntro"); processSizeChange() //--> </script> <script LANGUAGE="JavaScript" FOR="RpmCC_IA" EVENT="Connected()"> <!-- processConnectConfirmed(); //--> </script> <script LANGUAGE="JavaScript" src="js/PopUpMenuFunc.js"></script> <OBJECT classid="CLSID:D88C2358-FC83-11D1-BF49-00104B2D6F80" codeBase="controls/RPMComm.cab#version=5,2,0,0" height="1" id="RpmCC_IA" name="RpmCC_IA" style="display: none" width="14"><PARAM NAME="_Version" VALUE="65536"><PARAM NAME="_ExtentX" VALUE="370"><PARAM NAME="_ExtentY" VALUE="26"><PARAM NAME="_StockProps" VALUE="0"></OBJECT> <!-- Invisible Object to Support Simulated Click Event --> <button id="FakeBut" style="display:none" onclick="top.banner.savePageCoord(event,document.body,'RpmIntro')"> </button> <center><span id="TagTitle" style="font-family: arial; font-weight:700; font-size:18pt; color:windowtext">Network Management System</span><br><span id="TagTitle1" class="IntroSpecs" style="font-weight: 700; font-size: 12pt; color: windowtext"><font face="Arial">Monitor, Detect, Alert, Diagnose, Measure, Collect & Report<br>on Windows Servers/Workstations, SNMP & SYSLOG Devices</font></span></center> <hr> <center><div class="WarningStyle" style="display:none; width: 501; height: 40" id="WarningBox"><table border="0" cellpadding="0" cellspacing="2" width="482"> <tr> <td width="44"><img src="images/HourGlass.gif" width="32" height="32" alt="Please Wait!" align="bottom" border="0"></td> <td style="font-family: Arial; font-size: 10pt; font-weight: bold; color: red" width="428"> <p align="center">Please Wait While MonitorIT Components Complete Loading!</p> </td> </tr> </table> </div></center> <table border="0" cellpadding="0" cellspacing="2"> <tr><td width="399"> <div id="NextStepsClick" align="left" style="width: 386; height: 75"> <table border="0" cellpadding="0" cellspacing="4" height="60"> <tr> <td width="43" height="70"><img src="Images/FirstTime.gif" width="60" height="60" style="cursor: hand" onclick="processQuickStart()" alt="MonitorIT first-time Quick Start"></td> <td class="IntroSpecs" height="70"> <p style="margin-top: -1"><span style="cursor:hand" class="IntroSpecs" onclick="processQuickStart()">First-time Using MonitorIT?<br> <u id="NextStepsClickUnderL0" style="cursor:hand; color:blue" onclick="processQuickStart()">Click here for QuickStart steps</u>.</span><br> QuickStart will take you through several steps to be up and running with MonitorIT in under 15 minutes.</p> </td> </tr> </table> </div> <div align="left" style="width: 389; height: 50"> <table border="0" cellpadding="0" cellspacing="6" width="389" height="86"> <tr> <td class="IntroSpecs" width="45" height="25"></td> <td class="IntroSpecs" width="338" height="25"> <p style="margin-top: -1" id="IETip">MonitorIT's Internet Explorer based 'Console' interface is best viewed with a screen resolution of at least 1024x768 and 16-bit color.</p> </td> <tr> <td class="IntroSpecs" width="45" height="25"> <p align="center"><img border="0" src="Images/sAdminComputers.gif" width="23" height="22"></p> </td> <td class="IntroSpecs" width="338" height="25"> <p style="margin-top: -1">Go to <u style="cursor:hand; color:blue" onclick="opennew=1; processPopUpSelect(10)">Configure Servers/Agents & Devices</u> to first Discover and/or Add all your selected servers, workstations, and network devices that you want to monitor, along with their parameters.</p> </td> </tr> <tr> <td class="IntroSpecs" width="45" height="25"> <p align="center"><img border="0" src="Images/sAdminAlerts.gif" width="21" height="22"></td> <td class="IntroSpecs" width="338" height="53"> <p style="margin-top: -1">Then, Go to <u style="cursor:hand; color:blue" onclick="opennew=1; processPopUpSelect(1)">Configure Watches/Alerts</u> to define the monitoring and alerting parameters on these servers, workstations, and devices.</p> </td> </tr> <tr> <td width="45" height="25"> <p align="center"><button id="HelpButton" style="cursor:hand; " class="btheme" title="Click for Help" style="width:17px; height:19px;" onclick="top.banner.processAgentHelp()"><img src="images/HelpQuestionmark.gif" width="9" height="12" align="absmiddle"></button></p> </td> <td class="IntroSpecs" height="25"> <p style="margin-top: -1">Click the <u style="cursor:hand; color:blue" onclick="top.banner.processAgentHelp()">question-mark button</u> in the upper right-hand corner to access help for any 'Console' screen.</p> </td> </tr> <tr> <td width="45" height="25"> <p align="center"><button id="DownArrowButton" class="btheme" title="Click to display pop-up menu of MonitorIT features" style="width:17px; height:19px;" onclick="event.cancelBubble = true;openPopUpContext()"><img src="images/DownArrow.gif" width="7" height="5" align="absmiddle"></button></p> </td> <td class="IntroSpecs"> <p style="margin-top: -1">Click the <u style="cursor:hand; color:blue" onclick="event.cancelBubble = true;openPopUpContext()">down-arrow button</u> in the upper right-hand corner to access the MonitorIT menu and launch functions in separate new screens. Or use the 'Outlook' style menus to the left; click the 'Monitor', 'Display', 'Report' and 'Utilities' tabs to view all the available functions.</p> </td> </tr> </table> </div> </td> <td width="250" valign="middle" height="180"> <p align="center"><img src="images/Monito3.jpg" alt="MonitorIT, An Essential eBusiness Management Tool" WIDTH="243" HEIGHT="249"><br> <span style="font-family:Book Antigua; font-weight:700; font-size:12pt; color:windowtext">Monitor</span><span style="font-family:Arial Black; font-size:12pt; font-weight:700; color:windowtext">IT</span><sup style="font-family:Arial; font-size:11pt; font-weight:500; color:windowtext">«</sup><span style="font-family:Book Antigua; font-weight:700; font-size:12pt; color:windowtext"> / NMS</span><br><span style="font-family:Arial; font-weight:700; font-size:9pt; color:windowtext">An Essential Network Management Tool<br>for Performance and Availability Monitoring</span><br><span style="font-family:Arial; font-size:8pt; color:windowtext">Version 5.2.06-6/23/2003<br></span><span id="vertype" style="font-family:Arial; font-size:8pt; color:windowtext; display:none"><br></span><span style="font-family:Arial; font-size:7pt; color:windowtext">Copyright 1998,2003 Breakout Technologies, Inc.<br>All Worldwide Rights Reserved</span></p> </td></tr></table> <div id="PopUpConfirm" class="PopUpBox" style="display:none; left:175; top:150; "> <center> <table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" > <tr><td height="23" style="font-weight:800; font-size:11pt; background-color:graytext; color:captiontext" colspan="2" align="center">MonitorIT Evaluation</td></tr> <tr><td height="10" class="optextb" colspan="2" align="center"><br><img src="images/Monito1.jpg" width="263" height="58" ><br><span style="color:red; font-size:15pt"><br><font face="Arial">MonitorIT Evaluation Version</font><br></span><span id="EvalExpire" style="color:red; font-size:14pt"></span><br><font face="Arial" size="2"><b>If you have Questions or Comments,<br> -Send Email to: <font color="#0000FF"><u> support@breakoutsoft.com</u></font><br>-Or, Call (908) 561-5210 and ask for Support<br><br>If you want to Discuss Purchasing MonitorIT Licenses,<br> -Send Email to: <font color="#0000FF"><u> sales@breakoutsoft.com</u></font><br> -Or, Call (908) 561-5210 and ask for Sales</b></font></td></tr> <tr><td colspan="2" height="10" class="inputlabel" align="right"></td></tr> </table> <table width="100%" align="center" border="0" cellspacing="0" cellpadding="2" > <tr><td colspan="3" align="center" width ="100%"><button id="OKButton" style="font-family:arial; font-size : 8pt; font-weight : 600; cursor:hand" title="Continue with Evaluation" style="width:75px; height:29px" onClick="processEvalContinue()" ><img src="images/apply.gif" align="absmiddle" height="16" width="16">Continue </button></td></tr> <tr><td height="5" class="inputlabel" colspan="3" align="center"> </td></tr> </table> </center> </div> </body> </html>